Skip to main content

subscription payment

๐Ÿ“˜ Feature descriptionโ€‹

  • ๐Ÿ’ป Subscription payment using Stripe #priority ๐Ÿ›ซ 2024-01-22 ๐Ÿ“… 2024-02-04 โœ… 2024-01-23

๐Ÿ“– Scenarios:โ€‹

โœ (0) Subscription paymentโ€‹

Given I am a new User that logged in

When I go to profile, and I start a payment subscription

Then I pay monthly `_amount_โ‚ฌ` every month until I cancel my subscription

Example:

{
"root":[
"3ZfJXPcfZ3hXr1KeWXiToe27QpU2" -- user registered without referral id
". . ."
],
"3ZfJXPcfZ3hTr1KeWXiToe27QpU2":[
"fe3ca2a521e64948d", -- user referred by "3ZfJXPcfZ3hXr1KeWXiToe27QpU2"
". . ."
],
"fe3ca2a21e64948d":[
". . .",
". . .",
". . ."
]
}